home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_50598.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
2KB
|
109 lines
-- card: 50598 from stack: in
-- bmap block id: 51078
-- flags: 4000
-- background id: 25390
-- name: Lunch Status…
-- part 1 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=132 top=283 right=301 bottom=190
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: OK
----- HyperTalk script -----
on mouseUp
lock screen
put "Lunch Status…" into card field "Title"
put empty into card field "Lunch Status"
doMenu first
unlock screen
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=322 top=283 right=301 bottom=380
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cancel
----- HyperTalk script -----
on mouseUp
lock screen
put "Lunch Status…" into card field "Title"
put empty into card field "Lunch Status"
doMenu first
unlock screen
end mouseUp
-- part 3 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=130 top=196 right=265 bottom=365
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 17
-- part name: Lunch Status
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=202 top=283 right=301 bottom=310
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Change Title…
----- HyperTalk script -----
on mouseUp
lock screen
put card field "Title" into card field "Title" of next card
put card field "Title" into card field "Status" of next card
put empty into last char of card field "Status" of next card
go to next card
unlock screen
tabKey
end mouseUp
-- part 5 (field)
-- low flags: 01
-- high flags: 0001
-- rect: left=128 top=43 right=61 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Title
-- part contents for card part 5
----- text -----
Lunch Status…